Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: promote GkeConnectGateway to V1 #7943

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

bshaffer
Copy link
Contributor

@bshaffer bshaffer commented Dec 17, 2024

BREAKING_CHANGE_REASON=major version bump

BEGIN_VERSION_OVERRIDE
GkeConnectGateway: 1.0.0
END_VERSION_OVERRIDE

@bshaffer bshaffer changed the title chore!: promote GkeConnectGateway to v2 chore!: migrate GkeConnectGateway to new surface Dec 17, 2024
@bshaffer bshaffer changed the title chore!: migrate GkeConnectGateway to new surface chore!: promote GkeConnectGateway to V1 Dec 18, 2024
@bshaffer bshaffer marked this pull request as ready for review December 20, 2024 17:35
@bshaffer bshaffer requested review from a team as code owners December 20, 2024 17:35
@bshaffer bshaffer added the next release PRs to be included in the next release label Dec 20, 2024
@@ -77,8 +79,7 @@ public function generateCredentialsTest()
$transport->addResponse($expectedResponse);
// Mock request
$name = 'name3373707';
$request = (new GenerateCredentialsRequest())
->setName($name);
$request = (new GenerateCredentialsRequest())->setName($name);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I personally prefer the previous version:

$request = (new GenerateCredentialsRequest())
    ->setName($name);

My main reason is because of the closure with "()" for the new keyboard adds a bit of noise in my head so it "feels" better having the method one line down, but it is absolutely a nit.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree! Although since these files are autogenerated, we'd need to make this change in gapic-generator-php.

@bshaffer bshaffer merged commit e0db3b5 into main Jan 7, 2025
33 checks passed
@bshaffer bshaffer deleted the gkeconnectgateway-v2 branch January 7, 2025 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release PRs to be included in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants